Dashboard Temp Share Shortlinks Frames API

HTMLify

NIOS Sr.Secondary (Block-2)
Views: 399 | Author: light
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> NIOS Sr.Secondary (Block-2)</title>
    <style>
        body {
            background-color: #1e1e1e;
            color: #ffffff;
            font-family: 'Courier New', Courier, monospace;
            margin: 0;
            padding: 0;
        }
        header {
            text-align: center;
            padding: 20px;
        }
        h1 {
            font-size: 32px;
        }
        .bracket {
            color: #f92672;
        }
        section {
            background-color: #2d2d2d;
            margin: 20px auto;
            padding: 20px;
            max-width: 800px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }
        h2 {
            font-size: 24px;
            color: #66d9ef;
        }
        .join-button {
            display: inline-block;
            background-color: #0088cc;
            color: #ffffff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            margin-top: 10px;
        }
        .join-button:hover {
            background-color: #006699;
        }
        .cheakout{
            display: inline-block;
            background-color: #0088cc;
            color: #ffffff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            margin-top: 10px;
        }
        .cheakout:hover{
            background-color: #006699;
        }
        footer {
            text-align: center;
            padding: 10px;
            font-size: 14px;
        }
    </style>
</head>
<body>
    <header>
        <h1>
            <span class="bracket">{</span>
            NIOS Sr.Secondary (Block-2)
            <span class="bracket">}</span>
        </h1>
    </header>
    <main>
        <section id="intro">
            <h2>Welcome to NIOS Sr.Secondary (Block-2)</h2>
            <p>
                This website provides a platform for NIOS Class 12 Block 2 students to connect and stay updated.
            </p>
        </section>
        <section>
            <section id="rules">
                <h2>📜 Group Rules 📜</h2>
                <ul>
                    <li><strong>1️⃣ Respect & Courtesy:</strong> Treat everyone with kindness and respect.</li>
                    <li><strong>2️⃣ Stay on Topic:</strong> Discussions should be related to NIOS Class 12 studies.</li>
                    <li><strong>3️⃣ No Spam or Promotions:</strong> Only share educational content.</li>
                    <li><strong>4️⃣ Use Proper Language:</strong> Avoid offensive or inappropriate words.</li>
                    <li><strong>5️⃣ No Misinformation:</strong> Share only verified study materials.</li>
                    <li><strong>6️⃣ Group Privacy & Safety:</strong> Do not share personal information.</li>
                    
                </ul>
                <p>📌 Breaking these rules may result in a warning or removal from the group.</p>
                <p>Let’s help each other and achieve our goals! 🚀📚</p>
            </section>
        </section>
        <!-- <section id="telegram">
            <h2>Join Our Telegram Group</h2>
            <p>
                Click the button below to join our Telegram group for updates, discussions, and support:
            </p>
            <a href="https://t.me/yourtelegramlink" class="join-button" target="_blank">Join Now</a>
        </section> -->
        <section id="whatsapp">
            <h2>Join Our Whatsapp Group</h2>
            <p>
                Click the button below to join our whatsapp group for updates, discussions, and support:
            </p>
            <a href="https://chat.whatsapp.com/CCzG8gkbDjiHbD1UzonDLS" class="join-button" target="_blank">Join Now</a>
        </section>
        <section id="syllabus">
            <h2>Syllabus</h2>
            <p>
                Click the button below bifurcation of Syllabus:
            </p>
            <a href="https://www.nios.ac.in/student-information-section/syllabus-sample-question-paper(sr-secondary).aspx" class="cheakout" target="_blank">Cheakout</a>
        </section>
<section id="Courses">
            <h2>Sr. Secondary Courses</h2>
            <p>
                Click the button below for Sr. Secondary Courses:
            </p>
            <a href="https://www.nios.ac.in/online-course-material/sr-secondary-courses.aspx" class="cheakout" target="_blank">Cheakout</a>
        </section>
<section id="Courses">
            <h2>Class 12th NIOS Subjects Progress Tracker</h2>
           
            <a href="https://drive.google.com/file/d/1kcUAVYuG0SRvneAWoFNs90NZGpdGWmfz/view?usp=sharing" class="cheakout" target="_blank">Download</a>
        </section>

    </main>
    <footer>
        <p>© 2025 NIOS Sr.Secondary (Block-2). All rights reserved.</p>
    </footer>
</body>
</html>